Method | /ProCloudWS.asmx/EinInfoItemHistoryGet |
The request body is of type EinInfoItemHistoryGet.
Name | Description | Data Type |
---|---|---|
objProviderGUId | This is a unique provider id, which can be obtained from CSS GUId | guid |
strPassword | This is your unique service password which can be obtained from CSS String (min 1 max 50) | xml:string |
intProviderBranchId | This is the providers branch making the web service call (can be obtained via the ProviderBranchesGet web method) Integer | xml:int |
strEin | This is the asset id for the given item String (min 1 max 50) | xml:string |
intHistoryType | This is the history type you wish to view (can be obtained via the EinInfoItemHistoryTypesGet web method) Integer | xml:int |
intPage | This is the current page beeing viewed Integer | xml:int |
intItemsPerPage | This is the number of items per page you would like returned. If you would like all data returned on one page then pass -1 Integer | xml:int |
|
The response body is of type EinInfoItemHistoryGetResponse.
Name | Description | Data Type |
---|---|---|
EinInfoItemHistoryGetResult | objEinInfoItemHistoryGetReturn |
|
<?xml version="1.0" encoding="UTF-8"?> <objEinInfoItemHistoryGetReturn xmlns="http://pro-cloud.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <intErrorId>0</intErrorId> <strErrorMsg/> <xmlDataSet> <NewDataSet xmlns=""> <Paging> <ItemHistoryType>4</ItemHistoryType> <ItemHistoryTypeTitle>All Activities</ItemHistoryTypeTitle> <ItemsPerPage>7</ItemsPerPage> <Page>1</Page> <Pages>1</Pages> <Items>7</Items> </Paging> <History> <TypeId>18</TypeId> <TypeDesc>Task</TypeDesc> <ServiceUserId>-9999</ServiceUserId> <Forename>No Service User</Forename> <Surname/> <ContractId>0</ContractId> <ContractCode>National</ContractCode> <ContractName>Internal</ContractName> <ActivityId>346723</ActivityId> <ActivityItemId>454599</ActivityItemId> <ItemCompDate>2999-01-01T00:00:00+00:00</ItemCompDate> <TargetDate>2016-09-26T00:00:00+01:00</TargetDate> <Note>Test - </Note> <ItemQuestionsXML/> <CheckListName/> <CheckListDateDone>2999-01-01T00:00:00+00:00</CheckListDateDone> <ActOutComeId>-1</ActOutComeId> <ActOutComeName/> <ActOutComeDescription/> </History> </NewDataSet> </xmlDataSet> </objEinInfoItemHistoryGetReturn>